ArcGIS Runtime SDK for WPF - Library Reference
MgrsMapGrid Constructor(IEnumerable<MapGridLevel>)
See Also 
ESRI.ArcGIS.Client Namespace > MgrsMapGrid Class > MgrsMapGrid Constructor : MgrsMapGrid Constructor(IEnumerable<MapGridLevel>)

levels
Initializes a new instance of an MgrsMapGrid with the specified MapGridLevel styles. A MgrsMapGrid comprises 5 MapGridLevels. The number of levels cannot be changed.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal levels As IEnumerable(Of MapGridLevel) _
)
C# 
public MgrsMapGrid( 
   IEnumerable<MapGridLevel> levels
)

Parameters

levels

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.